home *** CD-ROM | disk | FTP | other *** search
- Date: Sun, 13 Feb 94 23:36:30 -0500
- Message-Id: <9402140436.AA17382@acae127>
- From: bammi@cadence.com (jwahar r. bammi)
- X-Organization: Cadence Design Systems
- To: drpiper@cix.compulink.co.uk, mint@atari.archive.umich.edu
- In-Reply-To: Darryl Piper's message of Sun, 13 Feb 94 21:36 GMT0 <memo.462150@cix.compulink.co.uk>
- Subject: RE: No subject
-
- > This gets translated into the GEMDOS call malloc, this does not support
- > a request for 0 bytes, is this the error ?
-
- it will not get translated to GEMDOS Malloc(0), because the
- library malloc() actually does deal with malloc(0) (also realloc(ptr, 0))
- for precisely these kinds of situations.
-
- besides: even if it did'nt, the size rounding would probably round it
- up.
-
- cheers,
- --
- bang: uunet!cadence!bammi jwahar r. bammi
- domain: bammi@cadence.com
- GEnie: J.Bammi
- CIS: 71515,155
-